DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSetCollection Class / Add Method / Add(IEnumerable<DicomDataSet>) Method

Collection of DicomDataSets to be added




In This Topic
    Add(IEnumerable<DicomDataSet>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal value As IEnumerable(Of DicomDataSet) _
    ) 
    'Usage
     
    
    Dim instance As DicomDataSetCollection
    Dim value As IEnumerable(Of DicomDataSet)
     
    instance.Add(value)
    public void Add( 
       IEnumerable<DicomDataSet> value
    )
    public:
    void Add( 
       IEnumerable<DicomDataSet^>^ value
    ) 

    Parameters

    value

    Collection of DicomDataSets to be added

    Remarks
    Adds a Collection of DicomDataSets to the end of a DicomDataSetCollection.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also